home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / [88].lua < prev    next >
Encoding:
Text File  |  2011-05-22  |  465 b   |  10 lines

  1. -- Script [88]
  2. Starting = 1;
  3. SeaEvent = 0;
  4.  
  5. SetStartingEvent(ScriptID, false);
  6.  
  7. ShowStoryText("In your explorations you see a shiny object in the grass. On inspection it appears to be a large, golden doubloon. It'd probably fetch a fair price back at dock, and yet there's something a little... unsettling about the menacing skull on the front.");
  8.  
  9. AddChoice("Gold's gold. Take it.", "[89]");
  10. AddChoice("Menacing skulls are never good. Leave it.", "[90]");